home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / misc / doublbuf.lha / double_buffer.doc next >
Text File  |  1995-08-15  |  347b  |  13 lines

  1.  
  2. Here's some simple double buffering example code, using OS 3.0 routines.
  3. It is quite fast - the actual switch between different bitplanes takes
  4. almost no time.
  5.  
  6. Compiler used: SAS/C 6.55.
  7.  
  8. I have a GST file which contains every header file known, hence I barely
  9. made any #include <...> statements in the source codes.
  10.  
  11.  
  12. g.sanderson@ais.gu.edu.au
  13.